runtime.timeHistogram.underflow (field)

4 uses

	runtime (current package)
		histogram.go#L80: 	underflow uint64
		histogram.go#L90: 		atomic.Xadd64(&h.underflow, 1)
		metrics.go#L168: 				hist.counts[0] = atomic.Load64(&memstats.gcPauseDist.underflow)
		metrics.go#L286: 				hist.counts[0] = atomic.Load64(&sched.timeToRun.underflow)